ComponentOne Dialog for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.Base.Collections Namespace / C1ObservableItemCollection<TOwner,TItem> Class / Owner Property

In This Topic
    Owner Property (C1ObservableItemCollection<TOwner,TItem>)
    In This Topic
    Gets the owner of the collection.
    Syntax
    'Declaration
     
    Public ReadOnly Property Owner As TOwner
    public TOwner Owner {get;}
    See Also